home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12048 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  517 b 

  1. Path: news.jhu.edu!news
  2. From: yuehong@psi.ece.jhu.edu (yuehong)
  3. Newsgroups: comp.os.linux.misc,comp.lang.c++,gnu.gcc.help
  4. Subject: Help: how do you redirect compile error to a file
  5. Date: 17 Mar 1996 07:02:48 GMT
  6. Organization: The Johns Hopkins University
  7. Message-ID: <4igdeo$8tf@news.jhu.edu>
  8. NNTP-Posting-Host: 128.220.62.137
  9. X-Newsreader: WinVN 0.92.6+
  10.  
  11. I try to use the following command when I compile hello.cpp 
  12. using gcc on linux:
  13.  
  14. g++ hello.cpp >bug
  15.  
  16. I thought error might be saved in bug. But, nothing there.
  17.